home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 402 / system2.rme < prev    next >
Encoding:
Text File  |  1989-06-15  |  3.7 KB  |  114 lines

  1. SYSTEM 2 Operating Environment
  2. --------------By David Wild---
  3.  
  4. System2 is public domain software, - you have my permission to copy it
  5. freely for your friends - so long as you don't alter it & pass it off as
  6. your own!
  7.  
  8. System 2 is an operating system shell for the Atari ST computer. It should
  9. work without problem on all versions of the computer and TOS.
  10.  
  11. It's main features are:
  12.  
  13.  
  14.   o  Unix Style command entry
  15.   o  Full input/output redirection & piping
  16.   o  Around 50 built-in commands
  17.   o  Ability to quickly recall the last 10 commands typed
  18.   o  Only takes up around 45K of memory
  19.   o  Aliasing and variables
  20.   o  Mini programming language with IFs and GOTOs
  21.   o  Built in expression evaluator
  22.  
  23. To run System2, double click on the SYSTEM2.TTP icon. Full documentation
  24. is provided in the file called MANUAL (about 70 pages long), and can
  25. be accessed by using the help command. For further details on using
  26. System2, type one of the following (& press RETURN at the end) when in
  27. System2.
  28.  
  29.                     HELP ?
  30.                     HELP INDEX
  31.                     HELP INTRO
  32.  
  33. Alternatively, the file SYSTEM2.DOC contains the manual in straight ASCII
  34. format.
  35.  
  36. Included with System2 are the public domain utilities MicroEmacs, a text
  37. editor, and the Eternal ramdisk.
  38.  
  39. System2 was written using Mark Williams C and assembler by:
  40.  
  41.                     David Wild
  42.                     62 Lascelles Avenue
  43.                     Withernsea
  44.                     North Humberside
  45.                     HU19 2EB
  46.                     England
  47.  
  48.                     JANET EMAIL : WILDDJ@UK.AC.ASTON.VAXB
  49.  
  50. If you have any ideas for improving the program, or have any problems,
  51. please drop me a line.
  52.  
  53. If you register with me at the above address by sending me your name,
  54. address, and 12 pounds sterling, I'll send you the following...
  55.  
  56.   o  A full, 80ish page Laser printed manual
  57.   o  A disk containing...
  58.        The latest version of System2
  59.        FULL C and assembler source code
  60.  
  61. I hope you get some enjoyment out of the System2. Feel free to copy it
  62. for your freinds, but please include this READ.ME file. Please let me know
  63. what you think of the program!
  64.  
  65. Bye for now,
  66.  
  67. Dave Wild  10th April, 1989
  68.  
  69.  
  70. ******* NOTE ********
  71.  
  72. This version is ARCED and UUEd. Use UUDECODE to decode to an ARC file, and
  73. ARC extract the files. All the files shown below are present, but you will
  74. have to create the directories yourself.
  75.  
  76. Dave Wild  19 April, 1989
  77.  
  78. *********************
  79.  
  80. Files on the disk:
  81.  
  82.   SYSTEM2.TOS           System2 program
  83.   PROFILE.XSL           Boot up System2 XSL file
  84.   MANUAL.TOS            Manual used by HELP command
  85.   SYSTEM2.DOC           Manual in ASCII format
  86.   MEMACS.DOC            Micro Emacs command reference
  87.   READ.ME               This file
  88.  
  89. AUTO                    - auto boot up
  90.   MEDIUMRZ.PRG          Puts computer into medium res if in colour
  91. BIN                     - folder containing external programs
  92.   ME.TTP                Public domain editor (UK Version)
  93.   UE.TTP                Public domain editor (US Version)
  94.   TL50.TOS              \
  95.   TL25.TOS               | System2 external commands
  96.   BOMBS.TOS              |
  97.   HELP.TTP              /
  98.  
  99. ETERNAL                 - folder containing ramdisk
  100.   ETERNAL.PRG           \
  101.   CONFGRAM.TOS           | Eternal PD ramdisk files
  102.   ETERNAL.DOC           /
  103.  
  104. SAMPLE.XSL              - folder containing sample XSL files
  105.   CONSOLE.XSL           \
  106.   DARK.XSL               |
  107.   DB.XSL                 |
  108.   DELDIR.XSL             |
  109.   KILL.XSL               | Sample XSL programs
  110.   LIGHT.XSL              |
  111.   LOOP.XSL               |
  112.   WHERE.XSL              |
  113.   TERMINAL.XSL          /
  114.